(help-go-back): Delete period from end of error message.
authorJohn Paul Wallington <jpw@pobox.com>
Sun, 1 Aug 2004 05:53:50 +0000 (05:53 +0000)
committerJohn Paul Wallington <jpw@pobox.com>
Sun, 1 Aug 2004 05:53:50 +0000 (05:53 +0000)
lisp/help-mode.el

index 11656ec368c1fd0edccf83bfbf9ea553cd93f1d0..a2dcdf91ed864423efe543cfa17e21c5b76b0ceb 100644 (file)
@@ -581,7 +581,7 @@ help buffer."
   (interactive)
   (if help-xref-stack
       (help-xref-go-back (current-buffer))
-    (error "No previous help buffer.")))
+    (error "No previous help buffer")))
 
 (defun help-do-xref (pos function args)
   "Call the help cross-reference function FUNCTION with args ARGS.